From: Richard M. Stallman Date: Mon, 16 Dec 1996 20:17:06 +0000 (+0000) Subject: Add normal-auto-fill-function. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~82369 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=910bc071c37a6c6f02b98f1aae42ec0476346c89;p=emacs.git Add normal-auto-fill-function. --- diff --git a/lispref/text.texi b/lispref/text.texi index f15852ae55b..5802efb4ca9 100644 --- a/lispref/text.texi +++ b/lispref/text.texi @@ -1366,6 +1366,12 @@ was renamed to @code{auto-fill-function} in version 19. @end quotation @end defvar +@defvar normal-auto-fill-function +This variable specifies the function to use for +@code{auto-fill-function}, if and when Auto Fill is turned on. Major +modes can set this locally to alter how Auto Fill works. +@end defvar + @node Sorting @section Sorting Text @cindex sorting text